home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 October / october_2001.iso / Site Building / Atomix Buttons / DATA1.CAB / Program_Executable_Files / QuickStart.txt < prev    next >
Encoding:
Text File  |  2000-02-14  |  2.9 KB  |  54 lines

  1. Quick Start 
  2.  
  3.  
  4. Tutorial 1 -- Creating a Button
  5. -------------------------------
  6.  
  7. When you first start Atomix Buttons, the Preview Window (the window containing a white area) will appear blank.
  8.  
  9. You can add a button into the Preview Panel by either using the  "New Bitmap" button or the "New Button -- Launch Wizard" button.
  10.  
  11. We will start by using the wizard. Click the "New Button -- Launch Wizard" button. A dialog will appears.
  12.  
  13. To create a button, we need to provide the wizard with 2 images. You can select an existing image with the "Select" Button. Otherwise you can draw one using the "Create" button.
  14.  
  15. For now, we will create a button image for Step 1 of the wizard. So choose "Create". The program Image Maker will now be launched. This launching can take quite some time, depending on the number of fonts installed on your system.  
  16.  
  17. After Image Maker is launched, you will be guided through a series of steps in creating your button image. The first step lets you choose a pre-defined style. The second step allows you to customize you button. Finally , you will be asked to save your created image.
  18. Simply choose "Next","Next","Next" if you are not sure what to do here. After the last "Next" button, provide a filename to save your image when a Save Dialog appears.
  19.  
  20. You will now be back to the original wizard panel. Repeat the same process for Step 2 by choosing "Create" again. This time, choose a different pre-defined style before clicking the "Next" button.
  21. click "Next", "Next" and save your second image.
  22.  
  23. Your button is now ready. Click the "Done" button to close the wizard.
  24.  
  25. Test your button by clicking the "Play" button. Move your mouse over the button in the Preview window to see how it changes.
  26. Click "Stop" to return to edit mode.
  27.  
  28.  
  29.  
  30. Tutorial 2 -- Building the Applet
  31. ---------------------------------
  32.  
  33. After you have create your first button, you can edit its properties by selecting the "Button" panel from the TabPane.
  34.  
  35. In this panel you can 
  36.  
  37. 1)choose what kind of effects you want, like Blend, HueBlend, SlideRight etc.
  38. 2)choose the button behavior, Complete or Immediate. (i.e animation must complete or animation can return immediately when the mouse is removed from the button)
  39. 3)choose number of frames. A larger number of frames mean the animation will be smoother, but the applet will also require more memory.
  40. 4)choose the time delay in milliseconds within each frame.
  41.  
  42. After editing the properties, you can duplicate the button by clicking "Duplicate" a few times.
  43.  
  44. Finally, to build the applet, select the "Output" panel from the TabPane. Click the "Build HTML" button. You will be asked to choose an empty directory.
  45. By default, the output directory is chosen. If this directory is empty, simply click the "Save" button to build the applet into the directory.
  46.  
  47. All the files required to be uploaded are now placed inside the directory. You can test it by loading the applet.html file in your internet browser.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.